You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.NearestMinimum Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.NearestMinimum Method

Find the nearest minumum.

Syntax
C#
Visual Basic
public static bool NearestMinimum([In] TVec Data, ref int Index);

Converge to the nearest minimum of Data, if the start position is at Data[Index]. Returns the position of the found minimum in Index. The function returns True if a True minimum was found: Value[i-1] > Min[i] < Value[i+1]. The first and last sample can not be True minimums.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!